home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6951 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  713 b 

  1. Path: airdmhor.gen.nz!not-for-mail
  2. From: gumboot@airdmhor.gen.nz (Simon Hosie)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Can anyone answer the question?
  5. Date: 17 Feb 1996 06:04:06 +1300
  6. Organization: Airdmhor : a couple of BBS's, a bunch of people, and a cat.
  7. Message-ID: <4g2de6$ckp@airdmhor.gen.nz>
  8. References: <4fm3bc$t8v@news.netvoyage.net>
  9. NNTP-Posting-Host: airdmhor.gen.nz
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Evoir:
  13. > I tried to compile my program and I got the error:
  14. > Linker error: Group Dgroup exceedes 64K
  15. > what does that mean? and what can I do to fix it.
  16.  
  17.   It means you're using a crap compiler on a crap computer running a crap
  18. operating system.  Make more of your data far, or get a 32bit compiler.
  19.